home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000260_news@newsmaster….columbia.edu _Thu Aug 28 10:23:23 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA17877
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 28 Aug 1997 10:23:23 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA03316
  7.     for kermit.misc@watsun; Thu, 28 Aug 1997 10:23:22 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc,comp.unix.questions,comp.unix.admin,comp.unix.misc,comp.unix.ultrix,comp.unix.shell
  11. Subject: Re: Do not get connected at 33.6K
  12. Date: 28 Aug 1997 14:23:19 GMT
  13. Organization: Columbia University
  14. Lines: 25
  15. Message-ID: <5u41kn$5sb$1@apakabar.cc.columbia.edu>
  16. References: <5tsn5b$o9q@newslink.runet.edu> <5u1fh6$n39$1@apakabar.cc.columbia.edu> <5u1mrf$il7@usenet.srv.cis.pitt.edu> <5u289d$3qi$1@nntp.Stanford.EDU>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7576 comp.unix.questions:116097 comp.unix.admin:70263 comp.unix.misc:35291 comp.unix.ultrix:31805 comp.unix.shell:54311
  19.  
  20. In article <5u289d$3qi$1@nntp.Stanford.EDU>,
  21. Jonathan Stone <jonathan@DSG.Stanford.EDU> wrote:
  22. : The preferred Ultrix software interface for ttys is POSIX-compatible
  23. : termios.  I have no idea what C-Kermit uses.
  24. Not to prolong this unnecessarily, but C-Kermit supports all versions of
  25. Ultrix back to 1.0, which probably predates POSIX.1.  I'm perfectly willing
  26. to add any code necessary to support higher serial speeds and hardware flow
  27. control, but I have yet to see any evidence that these are supported by any
  28. version of Ultrix.  If there is an API that I don't know about, plese let
  29. me know (a) what it is, and (b) in exactly which Ultrix version it first
  30. appeared, so I can add support for it in a way that does not break C-Kermit
  31. for earlier Ultrix versions.  I have access to exactly one Ultrix system
  32. (4.3C), and searching through /usr/include/*.h and /usr/include/sys/*.h
  33. does not turn up any B57600 or higher symbols, nor any of the commonly used
  34. symbols associated with hardware flow control (CRTSCTS, RTSXOFF, CTSXON, ...)
  35. Have I missed something?
  36.  
  37. Finally, regarding all the jumpers, external clocks, etc, obviously those
  38. are not Kermit issues, but I trust that if some Ultrix version supports
  39. some baud rate, say B57600, and the software tries to set it on a physical
  40. device that does not support it, that the driver will return the appropriate
  41. error status code.
  42.  
  43. - Frank